net/http.http2stream.id (field)

22 uses

	net/http (current package)
		h2_bundle.go#L4290: 	id        uint32
		h2_bundle.go#L4736: 	*writeArg = http2writeData{stream.id, data, endStream}
		h2_bundle.go#L4946: 			sc.resetStream(http2streamError(st.id, http2ErrCodeNo))
		h2_bundle.go#L5257: 	delete(sc.streams, st.id)
		h2_bundle.go#L5275: 	sc.writeSched.CloseStream(st.id)
		h2_bundle.go#L5486: 	return st.id%2 == 0
		h2_bundle.go#L5519: 	st.sc.writeFrameFromHandler(http2FrameWriteRequest{write: http2streamError(st.id, http2ErrCodeInternal)})
		h2_bundle.go#L5600: 		sc.writeSched.AdjustStream(st.id, f.Priority)
		h2_bundle.go#L5645: 		return sc.countError("trailers_not_ended", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L5649: 		return sc.countError("trailers_pseudo", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L5658: 				return sc.countError("trailers_bogus", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L5698: 		id:        id,
		h2_bundle.go#L5713: 	sc.writeSched.OpenStream(st.id, http2OpenStreamOptions{PusherID: pusherID})
		h2_bundle.go#L5841: 			return nil, nil, sc.countError("bad_path", http2streamError(st.id, http2ErrCodeProtocol))
		h2_bundle.go#L5889: 				write:  http2handlerPanicRST{rw.rws.stream.id},
		h2_bundle.go#L5953: 		write:  http2write100ContinueHeadersFrame{st.id},
		h2_bundle.go#L6015: 		streamID = st.id
		h2_bundle.go#L6204: 			streamID:      rws.stream.id,
		h2_bundle.go#L6245: 			streamID:  rws.stream.id,
		h2_bundle.go#L6632: 		promised := sc.newStream(promisedID, msg.parent.id, http2stateHalfClosedRemote)
		h2_bundle.go#L6651: 			streamID:           msg.parent.id,
		h2_bundle.go#L10171: 	return wr.stream.id